RemoveChars(string, start, count)


Returns string with count characters removed from the specified starting position. Return 0 if no characters are found.

See also Insert and Len.

string

Any string.

start

Starting position for the search.

count

Number of characters being removed.